Protocol Configuration
Configure webview protocol settings for your universal app. Control whether the webview uses HTTP or HTTPS protocol to customize app behavior and security.
Configuration
The protocol setting is configured through the WEBVIEW_CONFIG.useHttps
property:
{
"WEBVIEW_CONFIG": {
"useHttps": true
}
}
- Type: Boolean
- Default:
false
- Description: Controls the protocol used for webview URLs
- Behavior:
true
: Uses HTTPS protocolfalse
: Uses HTTP protocol